home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1 && _root.birdtaken != 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I\'m not in the mood for Kentucky Fried Chicken";
- }
- if(_root.birdtalk == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.sfx.gotoAndStop(3);
- _root.take = 56;
- _root.birdtaken = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "This parrot may come in handy to get out of here with a vocie like that.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Oddly enough, that bird sounds just like the Principal...";
- }
- }
- else
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "What am I going to do with a bird?";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s just some talking parrot.";
- }
- }
- if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
- {
- if(_root.birdtalk == 1)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'d be best if I didn\'t engage in conversation with that thing.";
- }
- else
- {
- _root.birdtalk = 1;
- _root.txt_number = 3;
- _root.next_dis3 = 2;
- _root.di3 = 540;
- _root.next_txt3 = "Polly want a cracker?";
- _root.next_txt2 = "Polly want to bite off your finger if you call me Polly again!";
- _root.di2 = 541;
- _root.next_dis2 = 16;
- _root.next_txt1 = "Crazy bird!";
- _root.di1 = 542;
- _root.next_dis1 = 2;
- }
- }
- }
- }
-